home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2010 April / PCA177.iso / ESSENTIALS / Firefox Setup.exe / nonlocalized / chrome / browser.jar / content / browser / sanitizeDialog.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-07-15  |  371 b   |  20 lines

  1. /* Places tree */
  2.  
  3. #placesTreechildren {
  4.   -moz-user-focus: normal;
  5. }
  6.  
  7. #placesTreechildren::-moz-tree-cell(grippyRow),
  8. #placesTreechildren::-moz-tree-cell-text(grippyRow),
  9. #placesTreechildren::-moz-tree-image(grippyRow) {
  10.   cursor: -moz-grab;
  11. }
  12.  
  13.  
  14. /* Sanitize everything warnings */
  15.  
  16. #sanitizeEverythingWarning,
  17. #sanitizeEverythingUndoWarning {
  18.   white-space: pre-wrap;
  19. }
  20.